/*title*/
.fa_htitle.fa_text_w h2 {
    color: #22d1ee;
}
.fa_htitle.fa_text_w h4 {
    color: #fff;
    /* font-weight: 300; */
}
.fa_htitle {
    margin-bottom: 3vw;
}

.fa_htitle h2 {
    font-size: var(--f20);
    font-weight: 800;
    color: var(--main-color);
    text-transform: capitalize;
    font-family: 'Antonio-Bold', sans-serif;
    /* display: block; */
}

.fa_htitle h4 {
    margin-top: 5px;
    color: #333;
    font-size: var(--f40);
    font-weight: 500;
    text-transform: uppercase;
    /* font-family: 'Poppins', sans-serif; */
}
.wave {
  animation: moveTheWave 2400ms linear infinite;
  stroke-dasharray: 0 16 101 16; 
}

@keyframes moveTheWave {

  0% {
    stroke-dashoffset: 0;
    transform: translate3d(0, 0, 0);
  }

  100% {
    stroke-dashoffset: -133;
    transform: translate3d(-90px, 0, 0);
  }

}
/*banner*/

.fa_Home .fa_hBanner {
    position: relative;
    /* background: #000; */
    overflow: hidden;
}

.fa_Home .fa_hBanner .fa_li {
    overflow: hidden;
    position: relative;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic {
    font-size: 0;
    line-height: 1;
    overflow: hidden;
    position: relative;
    background: #000;
}

.fa_Home .fa_hBanner .fa_pic .fa_water{
    position: absolute;
    left:0;
    right:0;
    bottom:0;
    top: 0;
    z-index: 2;
    text-align: center;
    display: flex;
    align-items: center;
    mix-blend-mode: lighten;
    opacity: 0.5;
}


.fa_Home .fa_hBanner .fa_pic .fa_water img{
    width:100%;
    height: 80%;
    object-fit: contain;
    object-position: center;
}
.fa_Home .fa_hBanner .fa_pic:before {
    position: absolute;
    background: linear-gradient( rgba(0,111,189,0.8), transparent);
    /* background-size: auto 100%; */
    content: "";
    left: 0;
    top: 0;
    /* bottom: 0; */
    width: 100%;
    opacity: 0.8;
    z-index: 3;
    height: 60%;
}

.fa_Home .fa_hBanner .fa_pic img,
.fa_Home .fa_hBanner .fa_pic video {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    opacity: 0.8;
}

.fa_Home .fa_hswp_btn>div {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    background: rgba(31, 75, 104, 0.3);
    padding: 20px 5px;
    font-size: 30px;
    z-index: 10;
    cursor: pointer;
}

.fa_Home .fa_hBanner .fa_tit {
    position: absolute;
    left: 0%;
    transform: translateY(-50%);
    z-index: 5;
    text-align: center;
    transition: all 0.5s;
    top: 50%;
    right: 0;
}

.fa_Home .fa_hBanner .fa_pic .fa_wrap:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    margin-left: -52px;
    margin-top: -38px;
    width: 242px;
    height: 189px;
    background: url(../images/btt1bg.png) center no-repeat;
}

.fa_Home .fa_hBanner .fa_tit .fa_wrap {
    max-width: var(--wrapper);
    width: 96%;
    padding: 0 10px;
    margin: auto;
    position: relative;
}

.fa_Home .fa_hBanner .fa_tit h4 {
    font-size: var(--f18);
    opacity: 0;
    transform: translateY(30px);
    color: rgba(255, 255, 255, 1);
    /* margin-top: 3vw; */
    max-width: 720px;
    line-height: 1.5;
    font-family: 'Antonio-Light', sans-serif;
    margin: auto;
    letter-spacing: 3px;
}

.fa_Home .fa_hBanner .fa_tit h3 {
    font-size: var(--f60);
    color: #fff;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(20px);
    font-weight: 700;
    text-transform: capitalize;
    /* font-family:'Antonio-Bold', sans-serif; */
    line-height: 1.5;
    margin-bottom: var(--f30);
    text-shadow: 1px 1px 30px rgba(0,0,0,0.2);
}

.fa_Home .fa_hBanner .fa_tit h6 {
    font-size: var(--f24);
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(30px);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: var(--f20);
    /* margin-top: 30px; */
    color: #fff;
    position: relative;
    letter-spacing: 3px;
    line-height: 1.5;
}

.fa_Home .fa_hBanner .fa_tit h6:after{
    content:"";
    display:block;
    height:3px;
    background:var(--main2-color);
    width:50px;
    margin:20px auto 0;
}
.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h4 {
    opacity: 0.6;
    transform: translateY(-0%);
    transition: all 0.8s 0.8s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h3 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.5s;
}

.fa_Home .fa_hBanner .swiper-slide-active .fa_tit h6 {
    opacity: 1;
    transform: translateY(-0%);
    transition: all 0.8s 0.6s;
}

.fa_Home .fa_hswp2_btn {
    display: flex;
}

.fa_Home .fa_hswp2_btn>div {
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}

.fa_Home .fa_hswp2_btn .fa_btn_l {
    margin-right: 30px;
}
.fa_Home .homeBanner_nav{
     position: absolute;
     bottom: 20px;
     left: 50%;
     transform:translateX(-50%);
     z-index: 20;
     width:96%;
     max-width:var(--wrapper);
     padding:0 10px;
     display: flex;
     justify-content: flex-end;
}
.fa_Home .homeBanner_navbtn {
   display:flex;
   align-items:flex-end;
   justify-content: flex-end;
}

.fa_Home .homeBanner_navbtn span {
    display: block;
    opacity: 1;
    border-radius: 0;
    margin: 20px 0;
    transition: all 0.5s;
    margin: 10px 0 10px auto;
    margin-right: 20px;  position:relative;
    color:#fff;
    background:none;
    border-radius:0;
    font-size:20px;
    width:auto;
    height:auto;
    padding-top:40px;
    opacity:0.6;
}


.fa_Home .homeBanner_navbtn span:before{
    position:absolute;
    left:50%;
    transition:all 0.5s;
    bottom:30px;
    transform:translateX(-50%);
    width:1px;
    content:"";
    height:20px;
    background:#fff;
}

.fa_Home .homeBanner_navbtn span.swiper-pagination-bullet-active:before{
    height:40px;
}
.fa_Home .homeBanner_navbtn span.swiper-pagination-bullet-active {
opacity:1;
}


@media screen and (max-width: 768px) {
    .fa_Home .fa_hBanner .fa_tit h3,
    .fa_Home .fa_hBanner .fa_tit h6 {
        font-size: var(--f20);
    }
    .fa_Home .fa_hBanner .fa_tit h4 {
        display:none;
    }
    .fa_htitle .fa_tt_span {
        display: none;
    }
    .fa_Home .fa_hBanner .fa_pic img,
    .fa_Home .fa_hBanner .fa_pic video {
        min-height: 400px;
        object-fit: cover;
        height: 50vh;
    }
    .fa_Home .homeBanner_navbtn {
        display:none;
    }
    
.fa_htitle svg{
 display:none;   
}
}

/**/
.fa_hAbout{
    position: relative;
    background: linear-gradient(#fff,#e2ecf6);
}
.fa_hAbout .fa_boxbg{
    content:""; 
    position: absolute;
    left:0;
    top:-120px;
    background:rgba(0,111,189,0.8);
    height:120px;
    width:60%;
    z-index: 8;
    display:flex;
    align-items:center;
}

.fa_hAbout .fa_boxbg span{
    width:96%;
    max-width:760px;
    color:#fff;
    margin:auto;
    display:block;
    position:relative;
    padding-left:20px;
    border-left:rgba(255,255,255,0.2) solid 1px;
    line-height: 40px;
    overflow:hidden;
    font-size:14px;
    font-family: 'Antonio-light', sans-serif;
    letter-spacing: 5px;
    margin-right: 10vw;
}

.fa_hAbout .fa_boxbg span:before{
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 1px;
    height: 100%;
    transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -webkit-animation: scrollHelperFerroAbout 2s infinite ease-in-out;
    animation: scrollHelperFerroAbout 2s infinite ease-in-out;
    content:"";
    
}

@keyframes scrollHelperFerroAbout {
    0% {
        transform: translateY(-100%)
    }

    50% {
        transform: translateY(0)
    }

    100% {
        transform: translateY(100%)
    }
}
.fa_hAbout .fa_sum{
    margin: 0 auto 3vw;
    font-size:16px;
    color:#777;
    line-height:30px;
}
.fa_hAbout .fa_right img{
    width:100%;
}
.fa_hAbout .fa_jump{
    display: flex;
    justify-content: space-between;
    margin-top:3vw;
}

.fa_hAbout .fa_jump dl dt span{
    font-size: var(--f50);
    font-family: 'Antonio-Bold', sans-serif;
     background-image: -webkit-gradient(linear, left top, right top, from(var(--main2-color)), to(var(--main-color)));
    background-image: linear-gradient(to right, var(--main2-color), var(--main-color));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 1;
}
.fa_hAbout .fa_jump dl dt i{
    font-size: var(--f20);
    font-weight:600;
    color:#0071ba;
}
.fa_hAbout .fa_jump dl dd{
    font-size:16px;
    color:#999;
    margin-top:10px;
}
@media screen and (min-width: 769px) {
    .fa_hAbout{
        padding-left:0;
        padding-right:0;
    }
    .fa_hAbout .fa_htitle{
        margin-bottom:1vw;
    }
   .fa_hAbout .fa_wrapbox{
       display: flex;
       position: relative;
       align-items:center;
   }
   .fa_hAbout .fa_left{
       width:50%;
   }
   
   .fa_hAbout .fa_left>*{
       position: relative;
   }
   .fa_hAbout .fa_left:before{
       background:url(../images/abbgl.png) no-repeat right bottom / contain;
       width:50%;
       height:50%;
       position: absolute;
       left:0;
       bottom:0;
       content:"";
       opacity: 0.5;
   }
   .fa_hAbout .fa_right{
       width:50%;
       background:var(--main-color);
       padding:10px;
   }
   
    .fa_hAbout .fa_wbox{
        padding-left:10px;
        width:96%;
        margin:0 0 0 auto;
        max-width:760px;
        padding-right:5vw;
    }
}

@media screen and (max-width: 768px) {
    
    .fa_hAbout .fa_jump{
        flex-wrap:wrap;
    }
    
    .fa_hAbout .fa_jump dl{
        width:50%;
    }
    .fa_hAbout .fa_boxbg{
        display:none;
    }
    .fa_hAbout .fa_sum{
        font-size:14px;
    }
   .fa_hAbout .fa_left{
       width:100%;
       margin-bottom:40px;
   }
   .fa_hAbout .fa_right{
       width:100%;
   }
    .fa_hAbout .fa_wbox{
        padding:30px 10px;
        width:96%;
        margin:auto;
        
    }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
    .fa_hAbout .fa_left{
        width:60%;
    }
    .fa_hAbout .fa_right{
        width:40%;
    }
    
.fa_hAbout .fa_sum{
    font-size:14px;
}
    
}
/**/
.fa_hBuss .fa_grid{
    padding: 60px 10px 30px;
}
.fa_hBuss .fa_htitle{
    margin:0;
}
.fa_hBuss .fa_listswp{
    position: relative;
}
.fa_hBuss .fa_pic img{
    width: 100%;
}
.fa_hBuss .fa_li{
    position: relative;
    overflow: hidden;
}
.fa_hBuss .fa_li  h6{
        line-height: normal;
        font-size: var(--f24);
        color: rgba(0,111,189,0.3);
        margin-bottom: 10px;
        font-weight: 600;
        font_radio: 2;
        display-radio: 1;
        text-transform: uppercase;
        font-family: 'Antonio-Bold', sans-serif;
}
.fa_hBuss .fa_li  h2{
    font-size:var(--f36);
    color:#333;
    font-weight:600;
}
.fa_hBuss .fa_li article{
        line-height: 2;
        font-size: var(--f18);
        color: #666;
        margin-bottom: 4vw;
        margin-top: var(--f20);
}
.fa_hBuss .fa_box_btn{
     display: flex;
     justify-content: space-between;
     padding: 0 5vw 0 1vw;
     background: linear-gradient(45deg, var(--main2-color), var(--main-color));
     align-items: center;
}
.fa_hBuss .fa_box_btn .fa_btnli {
    display: block; 
    width: calc(100% / 6);
    text-align: center;
    opacity: 1;
    height: auto;
    background: none;
    border-radius: 0;
    transition: all 0.5s;
    position: relative;
}
.fa_hBuss .fa_box_btn .fa_btnli:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translate(-50%,0%);
    top: -55px;
    width: 1px;
    background: #fff;
    opacity: 0.5;
    height: 0;
    transition: all 0.5s;
}

.fa_hBuss .fa_box_btn .fa_btnli:after {
        content: "";
        position: absolute;
        left: 50%;
        transform: translate(-50%,0%);
        bottom: -60px;
        width: 1px;
        background: #fff;
        opacity: 0.5;
        height: 0;
        transition: all 0.5s;
}

.fa_hBuss .fa_box_btn .fa_btnli.swiper-pagination-bullet-active:before,
.fa_hBuss .fa_box_btn .fa_btnli.swiper-pagination-bullet-active:after {
    height: 80px;
}
.fa_hBuss .fa_box_btn .fa_btnli .fa_ico{
        width: 100%;
    position: relative;
    padding: 20px 10px;
    transition:all 0.5s;
}
.fa_hBuss .fa_box_btn .fa_btnli.swiper-pagination-bullet-active .fa_ico{
    transform:translateY(20px);
    
}
.fa_hBuss .fa_box_btn .fa_btnli .fa_ico:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 110%;
    height: 110%;
    background-image: url(../images/block.png);
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 0.5s;
    background-position: center;
    opacity: 0;
}

.fa_hBuss .fa_box_btn .fa_btnli.swiper-pagination-bullet-active .fa_ico:before {
    opacity: 1;
}
.fa_hBuss .fa_box_btn .fa_btnli h6 {
    font-size: 16px;
    color: #fff;
    transition: all 0.5s;
    margin-bottom: 5px;
}
.fa_hBuss .fa_box_btn .fa_btnli p {
    font-size: 12px;
    color: #fff;
    opacity: 0.6;
    transition: all 0.5s;
    font-family: 'Antonio-Light', sans-serif;
}

.fa_hBuss .fa_box_btn .fa_btnli.swiper-pagination-bullet-active h6 ,.fa_hBuss .fa_box_btn .fa_btnli.swiper-pagination-bullet-active p{
    opacity: 0;
}
.fa_hBuss .fa_box_btn .fa_btnli .fa_ico img {
    width: 100%;
    max-width: 60px;
    position: relative;
    z-index: 5;
    filter: grayscale(1) brightness(200);
    transition: all 0s;
}

.fa_hBuss .fa_box_btn .fa_btnli.swiper-pagination-bullet-active .fa_ico img {
    filter: grayscale(0);
}
@media screen and (min-width: 769px) {
    .fa_hBuss .fa_box_btn{
    position: absolute;
    top: -251px;
    height: 251px;
    right: 0;
    width: 100%;
    max-width: 1180px;
   }
    
.fa_hBuss .fa_tit{
    width: 100%;
    max-width: 1180px;
    position: absolute;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    top: 0;
    padding: 3vw 5vw;
}
}

@media screen and (max-width: 768px) {
    .fa_hBuss .fa_box_btn{
        width:100%;
        flex-wrap:wrap;
    }
    .fa_hBuss .fa_box_btn .fa_btnli{
        width:calc(100% / 3);
        padding:10px 20px;
    }
    .fa_hBuss .fa_box_btn .fa_btnli:before,.fa_hBuss .fa_box_btn .fa_btnli:after{
        display:none;
    }
    .fa_hBuss .fa_box_btn .fa_btnli p{
        display:none;
    }
    
.fa_hBuss .fa_box_btn .fa_btnli h6 {
    font-size:14px;
}
    .fa_hBuss .fa_box_btn .fa_btnli .fa_ico img{
        max-width:30px;
    }
    .fa_hBuss .fa_pic img{
        min-height:200px;
        object-fit:cover;
    }
    
.fa_hBuss .fa_tit{
    width: 100%;
    padding: 20px  30px;
}
}

/**/
.fa_hCase{
    background:linear-gradient(#fff,#cbeaf9);
    position: relative;
    overflow: hidden;
}

.fa_hCase #bubbles{
    position:absolute;
    left:0;
    right:0;
    filter: blur(5px);
    bottom:0;
}
.fa_hCase .fa_li{
    position: relative;
    overflow: hidden;
}
.fa_hCase .fa_Img{
    padding-bottom: 66%;
}
.fa_hCase .fa_li .fa_tit{
    padding: 0;
    background:#fff;
    /* width:90%; */
    /* margin-top:-30px; */
    /* z-index: 3; */
    /* margin-left:auto; */
    /* margin-right:auto; */
    position: absolute;
    transition: all 0.5s;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    transform: translateY(41px);
}

.fa_hCase .fa_li .fa_tit:before{
    content:"";
    position:absolute;
    left:0;
    width:100%;
    top:0;
    bottom:0;
    opacity:0;
    background:var(--linearX);
    transition:all 0.5s;
    
}
.fa_hCase .fa_li:hover .fa_tit{
    width:100%;
    transform: translateY(0px);
}

.fa_hCase .fa_li:hover .fa_tit:before{
    width:100%;
    opacity:1;
}
.fa_hCase .fa_li .fa_tit h3{
    font-size: 16px;
    color: #fff;
    /* margin-bottom:20px; */
    /* padding-bottom:20px; */
     border-bottom: dotted 1px transparent; 
    transition: all 0.5s;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    position:relative;
    padding: 10px 20px;
    font-weight: 400;
}

.fa_hCase .fa_li:hover .fa_tit *{
    color:#fff;
}

.fa_hCase .fa_li:hover .fa_tit h3{
    border-color:rgba(255,255,255,0.3);
}
.fa_hCase .fa_li .fa_tit p{
    font-size:14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position:relative;
    padding: 10px 20px;
}

.fa_hCase .fa_li .fa_tit p span{
    color:#999;
    transition: all 0.5s;
    font-family: 'Antonio-Light', sans-serif;
    text-transform:capitalize;
    font-size: 12px;
}
.fa_hCase .fa_li .fa_tit p i{
    color:#aaa; transition: all 0.5s;
    transform:translateX(-100%);
    opacity:0;
}

.fa_hCase .fa_li:hover .fa_tit p i{
    transform:translateX(-0%);
    opacity:1;
}
.fa_hCase .fa_More{
    margin-top:3vw;
}
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {}

.fa_hNews {
    background: url(../images/newbg.jpg);
    background-attachment: fixed;
    position: relative;
    
}

.fa_hNews .fa_wrapper {
    position: relative;
    z-index: 5;
}

.fa_hNews .fa_li {
    display: block;
    position: relative;
}


.fa_hNews .fa_Img {
    padding-bottom: 66%;
}

.fa_hNews .fa_left .fa_li h6 {
    color: #2c3b17;
    padding: 20px 0;
    border-bottom: rgba(0, 0, 0, 0.1) solid 1px;
    font-size: 16px;
    position: relative;
    font-family: 'Antonio-Bold', sans-serif;
    transition: all 0.5s;
}



.fa_hNews .fa_left .fa_li h3 {
    font-size: var(--f20);
    color: #09120b;
    line-height: 1.5;
    transition: all 0.5s;
    margin: 20px 0 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    overflow: hidden;
    /* line-height: 30px; */
}

.fa_hNews .fa_left .fa_li:hover h3 {
    color: var(--main-color);
}

.fa_hNews .fa_left .fa_li article {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #999;
    line-height: 24px;
    font-size: 14px;
    height: 48px;
    transition: all 0.5s;
    margin-bottom: 20px;
}

.fa_hNews .fa_left .fa_li p {
    font-size:14px;
    color:var(--main-color);
    font-family: 'Antonio-Regular', sans-serif;
}

.fa_hNews .fa_right .fa_li{
    width:100%;
    padding-bottom:50px;
    position:relative;
    padding-right: 3vw;
}
.fa_hNews .fa_right .fa_tit{
    background:linear-gradient(45deg,#009944,#168bc6);
}
.fa_hNews .fa_right .fa_li .fa_tt{
    padding: 2vw 3vw;
}

.fa_hNews .fa_right .fa_li .fa_tt h6{
    color:#fff;
    font-size:16px;
    margin-bottom:20px;
}

.fa_hNews .fa_right .fa_li .fa_tt h6 i{
    font-size:var(--f40);
    margin-right:10px;
    font-family:'Antonio-Bold', sans-serif;
}

.fa_hNews .fa_right .fa_li .fa_tt h6 span{
    
    font-family:'Antonio-Bold', sans-serif;
}
.fa_hNews .fa_right .fa_li .fa_tt h3{
     font-size: var(--f24);
     color: #fff;
     line-height: 1.5;
     transition: all 0.5s;
     /* margin: 20px 0; */
     text-overflow: ellipsis;
     overflow: hidden;
     white-space: nowrap;
     overflow: hidden;
     line-height: 30px;
}
.fa_hNews .fa_right .fa_li .fa_link{
    line-height:50px;
    padding: 0 3vw;
    background:rgba(255,255,255,0.15);
}

.fa_hNews .fa_right .fa_li .fa_link p{
    font-size:14px;
    color:#fff;
    font-family: 'Antonio-Regular', sans-serif;
    
}
@media screen and (min-width: 769px) {
    .fa_hNews .fa_list{
        margin-top:-120px;
    }
    .fa_hNews .fa_left{
        width: 50%;
        display:flex;
        justify-content:space-between;
        padding-top: 113px;
    }
    .fa_hNews .fa_left .fa_li{
        width:calc((100% - 3vw) / 2);
    }
    .fa_hNews .fa_right{
        width: 50%; 
        padding-left:3vw;
    }
    
.fa_hNews .fa_right .fa_tit{
    background:linear-gradient(45deg,#009944,#168bc6);
    position:absolute;
    bottom:0;
    right:0;
    width: 70%;
    border-radius: 4vw 0 0 0;
}
}

@media screen and (max-width: 768px) {
    .fa_hNews .fa_li {
        width: 100%;
        margin: 20px 0 0;
    }
    .fa_hNews .fa_More {
        display: none;
    }
    .fa_hNews .fa_left,.fa_hNews .fa_right{
        width:100%;
    }

    .fa_hNews .fa_right .fa_li .fa_tit{
        width:100%;
        max-width:100%;
    }
    .fa_hNews .fa_right .fa_li .fa_tt h6{
        margin-top:10px;
    }
} 
/**/
@media screen and (min-width: 769px) {}

@media screen and (max-width: 768px) {} 